home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 4869 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  952 b 

  1. Path: mserv.wizvax.net!news
  2. From: tonyp@wizvax.wizvax.net (Tony Postmayer)
  3. Newsgroups: comp.sys.cbm
  4. Subject: how to get infinite lives in space taxi
  5. Date: Mon, 01 Apr 1996 01:18:54 GMT
  6. Organization: Wizvax Communications, Troy, N.Y. 12180 USA
  7. Message-ID: <315f2d34.785899@199.181.141.3>
  8. References: <4j8p3k$4j5@news.fmso.navy.mil> <4j97dq$d11@newsbf02.news.aol.com> <4jh8ok$18q@news.fmso.navy.mil>
  9. NNTP-Posting-Host: tonyp.wizvax.net
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12.  
  13. In Space Taxi, the autorun boot simply loads a basic loader program
  14. and starts it.  I don't recall the name of the loader program, however
  15. I believe it was the last file on the disk.  Anyway, it's a short
  16. basic program and it loads "taxi/cmd."
  17.  
  18. To make Space Taxi have inifinite live, add the following lines to the
  19. loader program...
  20.  
  21. load taxi/cmd,8,1 (this line is already there)
  22. for i=0 to 4
  23.   poke 27583+i, 234
  24.   next i
  25. return (this line is already there)
  26.  
  27. Have fun - Tony
  28.  
  29.